home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / Veterinary Curriculum / background_21379.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  3.2 KB  |  162 lines

  1. -- background: 21379 from stack: in
  2. -- bmap block id: 37201
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=20 top=217 right=315 bottom=495
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=79 top=318 right=341 bottom=201
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Table of Contents
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris open
  37.   go to card id 7800
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=217 top=318 right=340 bottom=242
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1014 / 1014
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect wipe right
  57.   go to previous card
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=246 top=318 right=340 bottom=269
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1013 / 1013
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Next
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect wipe left
  77.   go to next card
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 5 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=443 top=316 right=341 bottom=474
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1012 / 1012
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Return
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   visual effect iris close
  97.   pop card
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 6 (button)
  103. -- low flags: 00
  104. -- high flags: 0004
  105. -- rect: left=19 top=316 right=342 bottom=56
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 32670 / 32670
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: 
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   show all cards
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 7 (button)
  122. -- low flags: 00
  123. -- high flags: A003
  124. -- rect: left=315 top=320 right=339 bottom=393
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Find String
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   hide message box
  136.   ask "Please type in characters to search for:"
  137.   put it into holder
  138.   domenu "message"
  139.   type "find chars"&"e&holder"e&return
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 8 (button)
  145. -- low flags: 00
  146. -- high flags: 0003
  147. -- rect: left=466 top=21 right=50 bottom=507
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 21209 / 21209
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Subject Index
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   go to card id 11522
  159. end mouseUp
  160.  
  161.  
  162.